GET
/
v2
/
service_types
curl --request GET \
  --url https://api.app.fleetit.com/v2/service_types/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "name": "Tolls"
  },
  {
    "id": 2,
    "name": "Violations"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful response
id
number
name
string